home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gigarom 1
/
Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso
/
FILES
/
HYP
/
T-Z
/
TestStack.cpt
/
Test Stack
/
background_2753.txt
< prev
next >
Wrap
Text File
|
1989-02-26
|
5KB
|
244 lines
-- background: 2753 from stack: in
-- bmap block id: 4267
-- flags: 0000
-- background id: 0
-- name:
-- part 18 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=485 top=48 right=71 bottom=510
-- title width / last selected line: 0
-- icon id / first selected line: 1013 / 1013
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Next
----- HyperTalk script -----
on mouseUp
go to next card
end mouseUp
-- part 19 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=457 top=48 right=71 bottom=483
-- title width / last selected line: 0
-- icon id / first selected line: 1014 / 1014
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Prev
----- HyperTalk script -----
on mouseUp
go to prev card
end mouseUp
-- part 20 (button)
-- low flags: 00
-- high flags: A002
-- rect: left=397 top=113 right=132 bottom=510
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: XCMD Project
----- HyperTalk script -----
on mouseUp
open "Ram Disk:XCMD Project" with "Ram Disk:Lightspeed Pascal"
visual effect zoom out
end mouseUp
-- part 21 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=397 top=48 right=71 bottom=424
-- title width / last selected line: 0
-- icon id / first selected line: 21700 / 21700
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Home
----- HyperTalk script -----
on mouseUp
go home
end mouseUp
-- part 22 (button)
-- low flags: 00
-- high flags: A002
-- rect: left=397 top=93 right=111 bottom=510
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: ResEdit
----- HyperTalk script -----
on mouseUp
open "Romeo M:Programming:ResEdit"
end mouseUp
-- part 23 (button)
-- low flags: 00
-- high flags: A002
-- rect: left=397 top=73 right=91 bottom=510
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Resource Copier
----- HyperTalk script -----
on mouseUp
ResCopy
end mouseUp
-- part 25 (field)
-- low flags: 00
-- high flags: 0000
-- rect: left=1 top=20 right=51 bottom=278
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 186
-- text size: 18
-- style flags: 0
-- line height: 24
-- part name: Title
-- part 26 (field)
-- low flags: 00
-- high flags: 0000
-- rect: left=434 top=25 right=44 bottom=510
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 65535
-- font id: 192
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Page
-- part 27 (button)
-- low flags: 00
-- high flags: A002
-- rect: left=286 top=49 right=72 bottom=369
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Card
----- HyperTalk script -----
on mouseUp
doMenu "New Card"
end mouseUp
-- part 28 (button)
-- low flags: 00
-- high flags: A002
-- rect: left=397 top=134 right=156 bottom=509
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Global tempVar
----- HyperTalk script -----
on mouseUp
Global tempVar
end mouseUp
-- part 29 (button)
-- low flags: 00
-- high flags: A002
-- rect: left=397 top=158 right=180 bottom=509
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: the heapspace
----- HyperTalk script -----
on mouseUp
put the heapspace into bkgnd field "theHeapspace"
end mouseUp
-- part 30 (field)
-- low flags: 01
-- high flags: 0002
-- rect: left=406 top=183 right=203 bottom=509
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: theHeapspace
----- HyperTalk script -----
on mouseUp
put the heapspace into bkgnd field "theHeapspace"
end mouseUp
-- part 31 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=427 top=48 right=71 bottom=454
-- title width / last selected line: 0
-- icon id / first selected line: 1012 / 1012
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: First Card
----- HyperTalk script -----
on mouseUp
go to first card
end mouseUp